home *** CD-ROM | disk | FTP | other *** search
/ Experimental BBS Explossion 3 / Experimental BBS Explossion III.iso / gus / sdkdigv9.zip / SDKV9N2.TXT < prev    next >
Text File  |  1994-02-06  |  4KB  |  116 lines

  1. Apparently-To: john.smith@gravis.com
  2.  
  3.  
  4. GUS Programmer's Digest     Sat, 5 Feb 94  4:20          Volume 9: Issue   2  
  5.  
  6. Today's Topics:
  7.                            Patch Headers...
  8.                Problems with documentation in SDK 2.10
  9.  
  10. Standard Info:
  11.     - Meta-info about the GUS can be found at the end of the Digest.
  12.     - Before you ask a question, please READ THE FAQ.
  13.  
  14. ----------------------------------------------------------------------
  15.  
  16. Date: Fri, 4 Feb 1994 15:33:25 +0800 (PST)
  17. From: Francis Li <fli@nermal.santarosa.edu>
  18. Subject: Patch Headers...
  19.  
  20. I'm experimenting with the GM patch now, and I was wondering if someone
  21. who has successfully learned how to read all the headers can post the
  22. header values for any patch.  It would be helpful to me so that when I
  23. experiment with reading the headers I can make sure I'm getting the right
  24. info...
  25.  
  26. ------------------------------
  27.  
  28. Date: Fri, 04 Feb 1994 13:09:19 +0100
  29. From: Terje Lein-Mathisen <terje@spacetec.no>
  30. Subject: Problems with documentation in SDK 2.10
  31.  
  32. I have problems printing the documentation in the new SDK.
  33.  
  34. I want a postscript version of the document, so i did try MS-Word. But
  35. when I try to load it into Word (We have version 2.0) it chrashes both
  36. Word and Windows (The chrash-proof windwos 3.1) I guess our version of
  37. word is too old, but the error handling is horrible!
  38.  
  39. So could some kind soul generate a postscript copy and either mail it to
  40. me, or upload it to epas, I'm sure there are lots of people out there
  41. without access to Word.
  42.  
  43. Terje
  44. ---
  45.   |        Terje Lein-Mathisen       |||||   Email: terje@spacetec.no     |
  46.  |||  Spacetec A.S., Prestvannv. 38,  |||       Phone: +47 776 84500     |||
  47. |||||      9005 Tromsoe, Norway        |          Fax: +47 776 55859    |||||
  48.  
  49. ------------------------------
  50.  
  51. Date: Fri, 4 Feb 94 14:17:40 GMT
  52. From: a3_clark@csd.uwe-bristol.ac.uk (A Clark)
  53.  
  54.  Please,please,please help me. I have Borland Turbo C++ V3.0 and I'm having
  55. problems with the SDK (V2.10). As soon as I had retrieved & unzipped the zip
  56. file I moved all files in the INCS directory into my TC++ V3 INCLUDE directory
  57. and also move all files in the LIBS directory into my TC++ V3 LIB directory. I
  58. thought this would be sufficient to enable me to use the functions supplied in
  59. the SDK. To test wether this was sufficient I created a small program to reset
  60. the ultrasound, to see if the EXE created on MAKE'ing would actually work. The 
  61. program is as follows;
  62.  
  63. #include <stdio.h>
  64. #include <forte.h>
  65. #include <gf1proto.h>
  66. #include <extern.h>
  67. #include <ultraerr.h>
  68.  
  69. void main()
  70. {
  71. int Status;
  72.  
  73.     Status=UltraProbe((unsigned int) 0x220);
  74.     if (Status==ULTRA_OK)
  75.     {
  76.         printf("I've found an Ultrasound!");
  77.     }
  78.     else
  79.     {
  80.         printf("Sorry, I can't see it!");
  81.     };
  82. }
  83.  
  84.  This code would work OK until it reached the linking stage, at which point the
  85. error message - "Linker Error: Undefined symbol UltraProbe(unsigned int) in 
  86. module ..\..\CPROGS\TESTGUS.C" (TESTGUS.C being the program listed above). As
  87. there was no instructions supplied as to where the files from the zip should be
  88. located, could anyone please tell me what might be going wrong. I would 
  89. appreciate any help anyone can give me as I'm using this SDK for testing and 
  90. implementing my final year project of my degree
  91.  
  92.             a3_clark@uk.ac.uwe.csd
  93.  
  94. ------------------------------
  95.  
  96. End of GUS Programmer's Digest V9 #2
  97. ************************************
  98.  
  99. To post to tomorrow's digest:                    <gus-sdk@dsd.es.com>
  100. To (un)subscribe or get help:            <gus-sdk-request@dsd.es.com>
  101. To contact a human (last resort):          <gus-sdk-owner@dsd.es.com>
  102.  
  103. FTP sites:           archive.epas.utoronto.ca              /pub/pc/ultrasound
  104.                      wuarchive.wustl.edu            /systems/ibmpc/ultrasound
  105.                      archive.orst.edu                    /pub/packages/gravis
  106.                      theoris.rz.uni-konstanz.de                /pub/sound/gus
  107.                      nctuccca.edu.tw                           /PC/ultrasound
  108. FTP mail server:     mail-server@nike.rz.uni-konstanz.de
  109.  
  110. Hints:
  111.       - Get the FAQ from the FTP sites or the request server.
  112.       - Mail to <gus-sdk-request@dsd.es.com> for info about other GUS
  113.     related mailing lists (general use, musician's, etc.).
  114.  
  115.  
  116.